IIntrusionPanelDoorManagerUnlock Method |
Unlocks the door (Free Access)
When a door is in the Unlocked state, the door is already shunted and the strike does not prevent the door from opening.
In this state, the user does not need to activate a door request or present a valid token/card.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid Unlock(
IntrusionPanelDoor door
)
Parameters
- door IntrusionPanelDoor
- IntrusionPanel door for which must be unlocked
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if door doesn't exist in the configuration or is not permitted to caller.
Thrown in case of any failure.
Please see SdkException.Message for detailed information about failure reason. |
| UnauthorizedAccessSdkException |
Thrown if operation is not permitted to caller.
|
See Also